projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433120a
)
inspector: Correct a tooltip
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 8 Nov 2014 01:10:12 +0000
(20:10 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 8 Nov 2014 03:44:23 +0000
(22:44 -0500)
gtk/inspector/visual.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.c
b/gtk/inspector/visual.c
index e0317f0df6dafbd9a99abe2e5cec3009bf2df34a..5706969fb56a6cb98b8c719321c65f7c236a9e82 100644
(file)
--- a/
gtk/inspector/visual.c
+++ b/
gtk/inspector/visual.c
@@
-502,7
+502,7
@@
init_gl (GtkInspectorVisual *vis)
gtk_combo_box_set_active_id (GTK_COMBO_BOX (vis->priv->gl_combo), "maybe");
gtk_widget_set_sensitive (vis->priv->gl_combo, FALSE);
gtk_widget_set_tooltip_text (vis->priv->gl_combo,
- _("Not settable at runtime.\nUse GDK_GL=always or GDK_GL=
never
instead"));
+ _("Not settable at runtime.\nUse GDK_GL=always or GDK_GL=
disable
instead"));
gtk_switch_set_active (GTK_SWITCH (vis->priv->software_gl_switch),
flags & GDK_GL_SOFTWARE_DRAW_GL);